Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not started Future is now cancellable (#2750) #2763

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

etsinko
Copy link
Contributor

@etsinko etsinko commented May 8, 2024

Fixed an issue with not started futures running even if cancelled. (#2750)

@etsinko etsinko requested a review from danieldietrich as a code owner May 8, 2024 14:31
@pivovarit pivovarit force-pushed the non_started_future_is_cancellable branch from 5962a4c to ad4efc4 Compare September 11, 2024 13:19
@pivovarit pivovarit self-requested a review as a code owner September 11, 2024 13:19
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (e43e44b) to head (ad4efc4).
Report is 54 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2763      +/-   ##
============================================
+ Coverage     92.74%   92.75%   +0.01%     
- Complexity     5247     5260      +13     
============================================
  Files            89       89              
  Lines         12538    12539       +1     
  Branches       1604     1595       -9     
============================================
+ Hits          11628    11631       +3     
- Misses          721      722       +1     
+ Partials        189      186       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pivovarit
Copy link
Member

Looks good to me :) thanks!

@pivovarit pivovarit merged commit 1d93340 into vavr-io:master Sep 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants